YNQ  YNQ-1.5.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
SYFileInformation Struct Reference

#include <sycommon.h>

Data Fields

NQ_TIME creationTime
 
NQ_TIME lastChangeTime
 
NQ_TIME lastAccessTime
 
NQ_TIME lastWriteTime
 
NQ_UINT32 sizeLow
 
NQ_UINT32 sizeHigh
 
NQ_UINT32 allocSizeLow
 
NQ_UINT32 allocSizeHigh
 
NQ_UINT32 attributes
 
NQ_UINT32 isDeleted
 
NQ_UINT32 numLinks
 
NQ_UINT32 fileIdLow
 
NQ_UINT32 fileIdHigh
 

Detailed Description

File information structure. It is used for querying information from the file system and modifying this information.

Note
This structure is designated here for reference only and it must not be modified.

Field Documentation

NQ_TIME SYFileInformation::creationTime

Seconds in UNIX format.

NQ_TIME SYFileInformation::lastChangeTime

Seconds in UNIX format.

NQ_TIME SYFileInformation::lastAccessTime

Seconds in UNIX format.

NQ_TIME SYFileInformation::lastWriteTime

Seconds in UNIX format.

NQ_UINT32 SYFileInformation::sizeLow

Low part of the file size.

NQ_UINT32 SYFileInformation::sizeHigh

High part of the file size.

NQ_UINT32 SYFileInformation::allocSizeLow

Low part of the file size.

NQ_UINT32 SYFileInformation::allocSizeHigh

High part of the file size.

NQ_UINT32 SYFileInformation::attributes

DOS FS format attributes.

NQ_UINT32 SYFileInformation::isDeleted

File is marked for deletion.

NQ_UINT32 SYFileInformation::numLinks

Number of hard links to the file.

NQ_UINT32 SYFileInformation::fileIdLow

Low part of file ID.

NQ_UINT32 SYFileInformation::fileIdHigh

High part of file ID.


The documentation for this struct was generated from the following file: